home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / pc_board / sysis255.zip / SYSOPIS.DOC < prev    next >
Text File  |  1992-03-21  |  7KB  |  201 lines

  1.  
  2.  
  3.                    ▀ ▀ ╔══╗ ╦  ╦ ╔══╗ ╔══╗ ╦══╗ ═╦═ ╔══╗ ▀ ▀
  4.                        ╚══╗ ╚══╣ ╚══╗ ║  ║ ╠══╝  ║  ╚══╗ 
  5.                        ╚══╝ ╚══╝ ╚══╝ ╚══╝ ╩    ═╩═ ╚══╝
  6.                       ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  7.  
  8.  
  9.                        SysOp Availibility Utility
  10.                             by: Keith Cochran
  11.                    Sysop, Paradox BBS (302) 645-7264
  12.  
  13.  
  14.     About this documentation:
  15.     -------------------------
  16.  
  17.     My apologies for the lousy documentation, but I never once claimed
  18.     to be an author. If you encounter any difficulties setting up this
  19.     utility, please don't hesitate to call my BBS and leave me a message.
  20.     I'll do my very best to help if I can.
  21.  
  22.  
  23.     What is SysOpIs ?
  24.     -----------------
  25.  
  26.     SysOpIs is a SysOp availability utility which makes a display file 
  27.     of your choosing.  At this time support is for Spitfire and 
  28.     PCBoard/ProDoor BBS types only. Future support for other BBS types is 
  29.     not currently planned, but will be considered if there is a great 
  30.     enough demand.
  31.  
  32.     SysOpIs is based on an idea originally conceived by Greg Parsons of 
  33.     Paradise Cove BBS in Selbyville, DE.  The idea and the name, "SysOpIs"
  34.     is being used with Greg's full permission.
  35.  
  36.     It was originally written by Greg in QuickBasic 4.5, but has been 
  37.     totally re-written from the ground up in Turbo Pascal 6.0
  38.  
  39.     The purpose of the program is to allow the SysOp to generate an ASCII 
  40.     and ANSI text file that may be displayed to the caller upon logon.
  41.     The text file(s) displays the availability of the SysOp as well as 
  42.     showing the caller several other useful statistics.
  43.  
  44.  
  45.     Support:
  46.     --------
  47.  
  48.     The latest version of SysOpis can always be found on Paradox BBS. 
  49.     The numbers are (302) 645-7264 & 645-2658.  Instant online registration 
  50.     via the InstaReg Door.  No waiting, download on your first call.  
  51.     Additional time/privileges for visiting SysOps.  Node 1 is equipped with
  52.     a USR Dual Standard.
  53.  
  54.     I also may be reached via SaltAir's DOORS conference, or via 
  55.     RIME's DOORS or SYSOPS conferences.  Node ID for RIME is ->PARADOX
  56.  
  57.     Comments, ideas, or suggestions are always welcome.
  58.  
  59.  
  60.     Features:
  61.     ---------
  62.  
  63.     Simple to setup and maintain.  
  64.  
  65.     Support for both PCBoard/ProDoor & SpitFire BBS types.
  66.  
  67.     May be called from an "Event" batch file using the event mode.
  68.  
  69.  
  70.     Files associated with the door's operation:
  71.     -------------------------------------------
  72.  
  73.        SYSOPIS.EXE : The main program.
  74.        SYSOPIS.DOC : You're looking at it.
  75.        SYSOPIS.CFG : The configuration file (explained below).
  76.        SYSOPIS.DAT : The data file (explained below).
  77.        SYSOPIS.HST : History of changes made.
  78.  
  79.     Setup:
  80.     ------
  81.  
  82.     ANSI.SYS or equivalent MUST be loaded.
  83.  
  84.     UnZip the contents of the zip file into a directory of your choosing.
  85.     Edit the SYSOPIS.CFG file as outlined below.
  86.  
  87.  
  88.     The SYSOPIS.CFG file:
  89.     ---------------------
  90.  
  91.     NEWS
  92.     NEWSG
  93.     5
  94.     PCB
  95.     Y
  96.     Y
  97.     John Doe
  98.     0
  99.  
  100.  
  101.     Line 1.  The name of the ASCII display file. (May include PATH)
  102.     Line 2.  The name of the ANSI display file.    "     "     "
  103.     Line 3.  Current number of entries in the .DAT file. Must be > 0.
  104.              (This entry is updated automatically when an entry is added.)
  105.     Line 4.  Mode (P or S for PCBoard and SpitFire respectively)
  106.     Line 5.  Should display file include CLEAR SCREEN code at top. (Y/N)
  107.     Line 6.  Should display "More?" (SF) or "Enter to continue" (PCB) at end. (Y/N)
  108.     Line 7.  Users name.
  109.     Line 8.  Registration number. (0 if unregistered)
  110.  
  111.     The SYSOPIS.DAT file:
  112.     ---------------------
  113.  
  114.     This file simply contains lines of data that you wish to be able
  115.     to be displayed as your status.
  116.  
  117.     It may contain up to 15 lines, 30 characters each line.
  118.  
  119.     It may be added to while in SysOpIs using the Add function.  I did
  120.     not figure it worth the time and added code needed to perform deletions
  121.     or line editing from within SysOpIs, but it may be freely edited with
  122.     any text editor, as long as all the blank lines are at the bottom of
  123.     the file.
  124.  
  125.  
  126.     Running SysOpIs:
  127.     ----------------
  128.  
  129.     From the DOS prompt simply type SYSOPIS
  130.  
  131.     It is completely menu driven so should be fairly self explanatory.
  132.  
  133.     To run unattended, it may be called from a batch file as follows:
  134.  
  135.     SYSOPIS /E #
  136.  
  137.     Where "#" is the number of the entry you wish to use.
  138.  
  139.     If the # is greater than the number of entries in the SYSOPIS.DAT
  140.     file it will simply abort with no action.
  141.  
  142.  
  143.     Registration:
  144.     -------------
  145.  
  146.     SysOpis is released as ShareWare and may be used freely for as long
  147.     as you like with no obligations to register whatsoever.  The shareware
  148.     version is fully functional, with the exception of the 15 second delays
  149.     before and after the program is run.
  150.  
  151.     If you like the program, and wish to register it, send $5.00 (US) to
  152.     the address provided below:
  153.  
  154.     Keith Cochran
  155.     P.O. Box 950
  156.     Rehoboth Beach, DE
  157.     19971
  158.  
  159.     You will then be issued a registration number that will prevent the
  160.     opening and closing screens from being displayed.  The registration
  161.     number will work with ALL future releases of SysOpIs.
  162.  
  163.     Be sure to include a return address and specify EXACTLY how you will
  164.     spell your name in the .CFG file.
  165.  
  166.  
  167.     Disclaimer:
  168.     -----------
  169.  
  170.     I make no warranty of any kind, express or implied, including without
  171.     limitation, any warranties of merchantability and/or fitness for a
  172.     particular purpose.  I shall not be liable for any damages, whether
  173.     direct, indirect, special or consequential arising from a failure of
  174.     this program to operate in the manner desired by the user.  I shall not
  175.     be liable for any damage to data or property which may be caused
  176.     directly or indirectly by the use of this program.
  177.  
  178.     IN NO EVENT WILL I BE LIABLE TO YOU FOR ANY DAMAGES, INCLUDING ANY LOST
  179.     PROFITS, LOST SAVINGS OR OTHER INCIDENTAL OR CONSEQUENTIAL DAMAGES
  180.     ARISING OUT OF YOUR USE OR INABILITY TO USE THE PROGRAM, OR FOR ANY
  181.     CLAIM BY ANY OTHER PARTY.
  182.  
  183.     PCBoard is a registered trademark of Clark Development Company.
  184.     SpitFire is a registered trademark of Mike Woltz.
  185.     InstaReg is copyrighted by Don Cheeks and Lana Fox.
  186.     Turbo Pascal 6.0 is copyrighted by Borland International.
  187.     Quick Basic is copyrighted by Microsoft Corporation.
  188.  
  189.  
  190.     Beta Testers:
  191.     -------------
  192.  
  193.     Special thanks to the following people who were a great help 
  194.     with testing SysOpIs.
  195.  
  196.     Greg Parsons     Paradise Cove BBS  (302) 436-4780 HST 14.4K
  197.     Mike Hudson      Taurus BBS         (302) 934-1323 D/S 14/4K/V.32bis
  198.  
  199.     Be sure to check out these 2 bbs's, as both are first class systems.
  200.  
  201.